Fix x86_emulate() handling of imul with immediate operands.
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 9 Jan 2008 10:09:04 +0000 (10:09 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 9 Jan 2008 10:09:04 +0000 (10:09 +0000)
commit98f4e2606f230327d128e88c3797a0744b512248
treee69f5b43da0654e101a3ca564f7f218fe90cfa17
parentaa96438e580e76a181ae3ba923f9c204a8c1a3a5
Fix x86_emulate() handling of imul with immediate operands.

This fixes a repeatable crash in RHEL 4.2 ext2 filesystem during boot.

Signed-off-by: Gary Grebus <ggrebus@virtualiron.com>
Signed-off-by: Ben Guthro <bguthro@virtualiron.com>
xen/arch/x86/x86_emulate.c